home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / audio-video / dsplayer / dsplayer.exe / {app} / config / paylistfilepopupmenu.def < prev    next >
Text File  |  2006-05-14  |  944b  |  35 lines

  1. //-------------------------------------------------------------
  2. // Do not change this File without having the documentation !!!
  3. //-------------------------------------------------------------
  4.  
  5. // DSPlayer def file
  6. // for dynamic Popupmenu creation ;)
  7.  
  8.  
  9. // about paylistfilepopupmenu.def
  10. // ------------------------------
  11. // filters, language and skins submenus are automaticly created
  12. // by DSPlayer
  13. // The following entries are the names of the MenuItems in the
  14. // popupmenu
  15. // to support functionality of new items,
  16. // the item click handler must be updated in the DSPlayer code
  17.  
  18.  
  19. // [popupmenu] is a static placeholder
  20. // this command can't be changed
  21. [popupmenu]
  22. ++icongroup begin
  23. **icon
  24. **open.bmp
  25. playlistaddfiles
  26. **icon
  27. **open.bmp
  28. playlistLoad
  29. **icon
  30. **save.bmp
  31. playlistSaveAs
  32. playlistnewplaylist
  33. [end]
  34. // "++******group end" is not supported before [end] tag !!!
  35. // no need to close the group there !!!